home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / texts / hsc.lha / hsc / src_docs / features / syntax.hsc < prev   
Text File  |  1995-12-14  |  860b  |  29 lines

  1. <WEBPAGE chapter="hsc - Features - " title="Syntax Check"
  2.     PREV=":require.html"
  3.     NEXT="spctags.html">
  4.  
  5. <P>
  6. <hsc> performs a syntax check with your source. It testes it for
  7. things like missing closing tags, illegal nestings or missing
  8. required tags.
  9. </P>
  10.  
  11. <P>
  12. It also tests attributes for tags, e.g. allowed values for the
  13. <TT>ALIGN</TT> option of <TG>IMG</TG>.
  14. </P>
  15.  
  16. <P>However, the syntax check of <hsc> is not very powerful compaired
  17. to tools that only handle this task.</P>
  18.  
  19. <P>The errors <hsc> handles are of the kind "Well, now a have to program
  20. this <CODE>if (..)</CODE> to avoid an enforcer hit/segmentation
  21. fault, why not display an error message now..".
  22. So if <hsc> does not report any syntax errors, it doesn't mean that
  23. your source is 100% correct.</P>
  24.  
  25. <P>For a more complete and strict test, take a look at the
  26. <ln_related>.</P>
  27.  
  28. </WEBPAGE>
  29.